setCallApplication

abstract fun setCallApplication(callApplication: CallApplicationListener?)

Sets the call application interface which will be used to make call backs to the application layer This method should be called immediately after receiving the call service instance (for once)

Since

2.0.0

Parameters

callApplication

the call back target implemented in the application

See also

Throws

MobileException

when the application listener provided is null